home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00300.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  566 b   |  18 lines

  1. on exitFrame
  2.   global gCurrLabel, gPlaySound, gTourVariables, gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow
  3.   if the frameLabel <> 0 then
  4.     gCurrLabel = the frameLabel
  5.   end if
  6.   isMemoryAvailable("continue the tour", 1200, 500)
  7.   set the puppet of sprite 4 to 1
  8.   sprite(4).visible = 1
  9.   set the puppet of sprite 4 to 0
  10.   set the puppet of sprite 5 to 0
  11.   set the puppet of sprite 6 to 0
  12.   gPlaySound = 1
  13.   Inscope(gTourForwardArrow)
  14.   Inscope(gTourBackArrow)
  15.   cursor(-1)
  16.   InitFindObj(gTourVariables, "Find", "internal", 5, the loc of sprite 5)
  17. end
  18.